@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: 'HEITI';
  src: url('../font/Adobe\ 黑体\ Std\ R.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN';
  src: url('../font/din-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* header */
header {
  width: 100%;
  /* position: fixed; */
  height: 100px;
  z-index: 999;
  width: 100%;
}

.headtop {
  width: 100%;
  overflow: hidden;
  background-color: #126c38;
}

.topmain {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

.topmain p {
  margin-left: 10px;
  margin-right: 28px;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-r {
  display: flex;
}

.head-lang {
  display: flex;
}

.nav-ul {
  margin-right: 35px;
}

.nav-ul li>a {
  display: block;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  margin: 0 40px;
  border-bottom: 2px solid #fff;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {
  color: #2997d5;
  border-bottom: 2px solid #2997d5;
}

.headbom {
  position: relative;
  z-index: 999;
  padding: 0 70px;
}

.nav-ul li:hover>a::after {
  opacity: 1;
}

.nav-ul li.nav-active a::after {
  opacity: 1;
}

.nav-ul li {
  position: relative;
}

.nav-sub {
  position: absolute;
  top: 58px;
  z-index: 99;
  width: 100%;
  display: none;
}

.nav-sub dl dd {
  background: #e66621;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2px;
}

.nav-sub dl dd a {
  color: #fff;
}

.nav-sub dl dd:hover {
  background: #e66621;
}

.head-lang-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 100px;
  position: relative;
}

.head-on .head-lang-box,
.newsdetail-head .head-lang-box {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}



.lang-sub a {
  display: block;
  line-height: 64px;
  height: 64px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}

.lang-sub a:last-child {
  border-bottom: none;
}

.lang-sub a:hover {
  color: #e66621;
}

.head-lang-box>img {
  width:40px;
}

.head-langimg {
  margin-right: 28px;
}

.head-langtxt img {
  display: block;
  margin-left: 12px;
  width:40px;
  margin-right: 11px;
}

.head-langtxt a{
  color:#222222;
}
.head-langtxt {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}

.head-langimg img:last-child {
  display: none;
}

.head-sou img:last-child {
  display: none;
}

.head-langtxt img:last-child {
  display: none;
}

.head-sou {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
}

.head-soum {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 100px;
  display: none;
}

.head-soum-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.head-soum form {
  width: 41%;
  display: flex;
  position: relative;
  height: 46px;
  line-height: 46px;
}

.head-soum input {
  border: none;
  border-bottom: 1px solid #4e4e4e;
  width: 100%;
}

.head-soum button {
  border: none;
  background: none;
  position: absolute;
  right: 0;
}

.head-on,
.newsdetail-head {
  background: #fff;
}

.head-on .nav-ul li>a,
.newsdetail-head .nav-ul li>a {
  color: #333333;
}

.head-on .nav-ul li:hover a,
.head-on .nav-ul li.nav-active a {
  color: #e66621;
}

.newsdetail-head .nav-ul li:hover a,
.newsdetail-head .nav-ul li.nav-active a {
  color: #e66621;
}

.head-on .head-langtxt,
.newsdetail-head .head-langtxt {
  color: #333333;
}

.head-on .head-langimg img:last-child,
.newsdetail-head .head-langimg img:last-child {
  display: block;
}

.head-on .head-langimg img:first-child,
.newsdetail-head .head-langimg img:first-child {
  display: none;
}

.head-on .head-sou img:last-child,
.newsdetail-head .head-sou img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .head-langtxt img:last-child,
.newsdetail-head .head-langtxt img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .logo img:last-child,
.newsdetail-head .logo img:last-child {
  display: block;
}

.head-on .logo img:first-child,
.newsdetail-head .logo img:first-child {
  display: none;
}

.head-on,
.newsdetail-head {
  border-bottom: none;
}

.head-on .head-langtxt .lan-arrow-white {
  display: none !important;
}

.newsdetail-head .head-langtxt .lan-arrow-white {
  display: none !important;
}

@media (max-width: 1600px) {
  .nav-ul li>a {
    margin: 0 15px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    margin: 0 10px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    margin: 0 5px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  .header-main {
    height: 70px;
    border: none;
  }

  .head-lang {
    display: none;
  }

  .logo {
    width: 50px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 150px;
    top: -64px;
  }

  header {
    height: 70px;
    position: relative;
  }

  .headbom {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .headbom {
    padding: 0 15px;
  }
}

/* banner */
.banner-btn .container {
  position: relative;
}

.banner-btn {
  position: relative;
  top: -110px;
}

.banner-swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-next.png') no-repeat center;
  border: 2px solid #fff;
}

.banner-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-prev.png') no-repeat center;
  border: 2px solid #fff;
  left: auto;
  right: 68px;
}

/* 底部 */
#footer {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  background: #1b1b1b;
  overflow: hidden;
}

.footer-pro{
  display: flex;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width:24%;
}

.footer-topr {
  width:50%;
}

.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #525252;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 18px;
  color:#a0a0a0;
  font-family: 'SanRegular';
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 26px;
  color: #fff;
  font-family: 'SanRegular';
}

.footer-lastrowtxt {
  font-family: 'SanRegular';
  font-size: 18px;
}

.footer-navul li dl {
  margin-top:30px;
}

.footer-navul li dl dd {
  line-height: 35px;
  display: flex;
}

.footer-navul li dl dd .footerdd-img {
  text-align: center;
  width: 22px;
  margin-right: 12px;
}

.footer-navul li dl dd.last-dd {
  padding-left: 35px;
}
.footer-pro dl{
  margin-right: 40px;
}
.footer-tcode h3{
  text-align: center;
  color: #a0a0a0;
  margin-top: 14px;
}

.footcode {
  color: #fff;
}

.footer-code {
  margin-top: 30px;
}

.footer-code h4 {
  margin-top: 18px;
  text-align: center;
  color: #b5b5b5;
}

.footer-navul li dl dd a {
  color: #fff;
  font-family: 'SanRegular';
  font-size: 18px;
}

.footer-nav-t {
  color: #fff;
}

.footer-contact dl dd a {
  display: block;
}

.footer-contact-icon {
  padding-right: 12px;
}

.footer-nav-line span {
  display: block;
  width: 186px;
  height: 10px;
}

.footer-nl-l {
  background: #e60012;
  margin-right: 5px;
}

.footer-nl-r {
  background: #1d2088;
}

.footer-nav-line {
  display: flex;
  margin: 14px 0 8px;
}

.footer-nav-since {
  display: flex;
  align-items: center;
}

.since-line {
  width: 125px;
  height: 1px;
  background: #b5b5b5;
}

.footer-nav-since span {
  display: block;
  color: #b5b5b5;
  padding: 0 10px;
}

.footer-nav-logo {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-nav-logol {
  margin-right: 30px;
}

.footer-lastrow {
  display: flex;
  margin-bottom: 30px;
}

.footer-lastrowimg {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.footer-last {
  margin-top: 55px;
}

.footer-lastrowtxt {
  color: #fff;
}

.footer-logo {
  margin-bottom: 26px;
}
.footer-ltxt p{
  color: #a0a0a0;
  line-height: 30px;
}
.footer-navul li>a{
  font-size: 18px;
}
.footer-navul li dl dd a{
  font-size: 18px;
  color: #a0a0a0;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .footer-topr {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .footer-topl {
    width: 100%;
  }

  .footer-topr {
    width: 100%;
    margin-top: 30px;
  }

  .footer-copy {
    display: block;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px;
    font-size: 16px;
  }

  .footer-tcode {
    display: none;
  }
  .footer-top{
    display: block;
  }
  .footer-logobox {
    display: none;
  }

  #footer {
    padding-top: 50px;
  }

  .footer-copy {
    margin-top: 50px;
  }

  .footer-navul li>a {
    font-size: 20px;
  }

  .footer-navul li dl dd a {
    font-size: 16px;
  }

  .footer-navul li dl {
    margin-top: 20px;
  }

  .footer-last {
    margin-top: 20px;
  }

  .footer-lastrowtxt {
    font-size: 16px;
  }

  .footer-lastrow {
    font-size: 16px;
  }

  .banner-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-btn {
    top: -45px;
  }

  .footer-ltxt p{
    font-size: 14px;
  }
  .footer-logo{
    width: 120px;
  }
  .footer-logo img{
    width: 100%;
  }

}

@media (max-width: 600px) {
  .footer-contact {
    width: 100% !important;
  }

  .footer-navul {
    flex-wrap: wrap;
    display: none;
  }

  .footer-navul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  .footer-navul li:last-child {
    width: 100%;
  }

  .footer-navul li dl dd {
    line-height: 28px;
  }

  .footer-navul li dl {
    margin-top: 15px;
  }

  #footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-copy {
    display: block;
    text-align: center;
    line-height: 30px;
  }

  .footer-copy {
    font-size: 14px;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
  }

  .footer-navul li>a {
    font-size: 16px;
  }

  .footer-lastrowtxt {
    font-size: 14px;
  }

  .footer-copy {
    margin-top: 0;
  }
  

}

@media (max-width: 500px) {
  .footer-navul li {
    width: auto;
  }
}





/*******首页产品******/
.hpro{
  padding: 100px 0 70px;
}
.hometit{
  font-size: 50px;
  font-weight: bold;
  color: #111111;
}
.hpro-navswiper .swiper-slide{
  width: auto;
}
.hpro-tit{
  display: flex;
  align-items: center;
  justify-content:space-between;
}
.hpro-nav{
  width: 70%;
}
.hpro-navswiper .swiper-slide:hover a{
  color: #2997d5;
  border-bottom: 2px solid #2997d5;
}
.hpro-navswiper .swiper-slide a{
  border-bottom: 2px solid #fff;
  padding-bottom: 16px;
  display: block;
}
.hpro-box{
  margin-top: 50px;
  overflow: hidden;
}
.hpro-box ul li a .scale-img{
  border: 2px solid #fafafa;
}
.hpro-txt h3{
  height: 62px;
  background: #fafafa;
  text-align: center;
  line-height: 62px;
  transition: all 0.3s;
  color: #222222;
}
.hpro-box ul li:hover h3{
  background: #2997d5;
  color: #fff;
}
.hpro-box ul li{
  margin-bottom: 30px;
}

.habout{
  background: #fafafa;
  padding: 100px 0;
}
.habout-boxl{
  width: 50%;
  padding-right: 100px;
}
.habout-boxr{
  width: 50%;
}
.habout-box{
  display: flex;
  overflow: hidden;
}
.habout-tit h4{
  font-size: 24px;
  color: #2997d5;
  font-family: 'HEITI';
  margin-left: 30px;
}
.habout-tit{
  display: flex;
  align-items: flex-end;
}
.homemore a{
  display:flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 44px;
  background: #2997d5;
  color: #fff;
}
.haboutl-txt{
  padding: 50px 0 90px;
}
.haboutl-txt{
  line-height: 35px;
  font-size: 18px;
}
.habout-num ul{
  display: flex;
  justify-content: space-between;
}
.habout-num ul li{
  text-align:center;
  border-right: 2px solid #e5e5e5;
  width: 20%;
}
.habout-num ul li:nth-of-type(2){
  width: 30%;
}
.habout-num ul li:nth-of-type(3){
  width: 30%;
}
.habout-num {
  margin-top: 70px;
}
.habout-num ul li span{
  font-size: 60px;
  color: #000000;
  font-family: 'DIN';
}
.habout-num ul li:last-child{
  border-right: none;
}
.habout-num ul li p{
  margin-top: 20px;
}
.habout-num ul li:hover span{
  color: #2997d5;
}
.hadv{
  background-size: cover;
  overflow: hidden;
}
/* 定义旋转动画 */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.white{
  color: #fff;
}
.hadv-tit{
  color: #fff;
  width: 50%;
  padding-right: 100px;
}
.hadv-box ul li{
  background: #fff;
  width: 24%;
  position: relative;
}
.hadv-box{
  height: 250px;
}
.hadv-box ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}
.hadv-box ul li a{
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
.hadv-tit-txt{
  margin-top: 50px;
  font-size: 18px;
  line-height: 35px;
}
.hadv-boxl h4{
  color: #222222;
  font-size: 24px;
  font-family: 'HEITI';
  margin-bottom: 15px;
}
.hadv-box{
  margin-top: 140px;
}
.hadv-mask{
  position: absolute;
  width: 100%;
  height:250px;
  background: #2997d5;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.hadv-mask h4{
  margin-top: 25px;
}
.hadv-box ul li:hover a .hadv-mask{
  height: 250px;
}
.hpar{
  padding: 100px 0 30px;
}

.hpar-ltxt{
  padding: 50px 0;
  line-height: 35px;
  font-size: 18px;
  color: #555555;
}
.hpar-r{
  width: 50%;
  padding: 100px;
}
.hpar-r img{
  animation: spin 25s linear infinite;
}
.hpar-l{
  width: 50%;
  padding-right: 50px;
}
.hpar-box{
  display: flex;
  overflow: hidden;
}
.hpar-lul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hpar-lul li{
  width: 31%;
  margin-bottom:30px;
  background: #fafafa;
}
.hpar-lswiper .swiper-pagination{
  background: #fafafa;
  height: 4px;
  width: 100%;
  top:auto;
  bottom: 0;
}
.hpar-lswiper{
  padding-bottom: 20px;
}

.hpar-lswiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #2997d5;
}

.hnews{
  background: #fafafa;
  padding: 100px 0;
}
.hnews-tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scales-img img{
  width: 100%;
  transition: all 0.4s;
}
.hnews-m{
  margin-top: 50px;
}
.hnews-txt{
  margin-top: 30px;
}
.hnews-txt h3{
  font-size: 22px;
  color: #111111;
  font-family: 'HEITI';
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis; 
}
.hnews-txt h4{
  padding: 10px 0 20px;
  line-height: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 定义显示的最大行数 */
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}
.hnews-m ul li:hover h3{
  color: #2997d5;
}
.hadv{
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.hadv-ul li{
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.hadv-ul li img{
  width: 100%;
}
.hadv-tit{
  position: relative;
  z-index: 999;
}
@media(max-width:1800px){
  .hadv-box{
    height: auto;
  }
}
@media(max-width:1600px){
  .habout-boxl{
    padding-right: 30px;
  }
  .haboutl-txt{
    padding: 30px 0;
  }
  .hadv-boxl h5{
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
  .hadv-boxl{
    width: 70%;
  }
  .hadv-ul li img{
    width:auto;
  }
  .hpar-r{
    padding: 50px;
  }

}
@media(max-width:1400px){
  .habout-tit{
    display: block;
  }
  .habout-tit h4{
    margin-left: 0;
    margin-top:20px;
  }
  .haboutl-txt {
    line-height:28px;
    font-size: 16px;
  }
  .hpar-ltxt {
    padding: 30px 0;
    line-height: 28px;
    font-size: 16px;
    color: #555555;
}
}
@media(max-width:1200px){
  .habout-box{
    display: block;
  }
  .habout-boxl{
    width: 100%;
  }
  .habout-boxr{
    width: 100%;
    margin-top: 30px;
  }
  .hadv-tit{
    width: 100%;
  }
  .hadv-boxl h4{
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
  .hpar-box{
    display: block;
  }
  .hpar-l{
    padding-right: 0;
    width: 100%;
  }
  .hpar-r{
    width: 60%;
    margin: 0 auto;
  }
}




@media(max-width:991px){
  .hometit{
    font-size: 36px;
  }
  .hpro-nav{
    width: 50%;
  }
  
  .hpro{
    padding: 40px 0 30px;
  }
  .habout-num ul li{
    width: 50% !important;
    margin-bottom: 30px;
  }
  .habout-num ul{
    flex-wrap: wrap;
  }
  .habout-num ul li:nth-of-type(2){
    border-right: 0;
  }
  .habout-boxl{
    padding-right: 0;
  }
  .habout{
    padding: 50px 0;
  }
  .habout-num ul li span{
    font-size: 50px;
  }

  .hadv-box ul{
    flex-wrap: wrap;
  }
  .hadv-box ul li{
    width: 48%;
    margin-bottom: 20px;
  }
  .hadv-tit{
    padding-right: 0;
  }
  .hadv{
    padding: 30px 0 0;
  }
  .hadv-tit-txt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
  }
  .hadv-box{
    margin-top: 10px;
  }
  .hpar-r{
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .hpar{
    padding: 40px 0;
  }
  .hnews-m ul li{
    margin-bottom: 30px;
  }
  .hnews{
    padding: 40px 0 10px;
  }
}

@media(max-width:600px){
  .hometit{
    font-size: 36px;
  }
  .hpro-nav{
    width: 100%;
    margin-top: 20px;
  }
  .hpro-tit{
    display: block;
  }
  .hadv-box ul li{
    width:100%;
    margin-bottom: 20px;
  }
  
}
/*****内页******/
.about .habout{
  background:#fff;
}
.honor{
  background: #fafafa;
  padding: 100px 0;
}
.about-btn{
  position: relative;
  width: 110px;
}
.honor-tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.in-tit{
  font-size: 50px;
  color: #111111;
  font-weight:bold;
}

.about-btn .swiper-button-prev{
  background: url('../img/about-left-arrow.png') no-repeat center;
  width: 46px;
  height: 46px;
  border: 2px solid #2997d5;
  border-radius: 50px;
  left: 0;
}

.about-btn .swiper-button-next{
  background: url('../img/about-right-arrow.png') no-repeat center;
  width: 46px;
  height: 46px;
  border: 2px solid #2997d5;
  border-radius: 50px;
}
.honor-m{
  margin-top: 40px;
}

.honor-mswiper h3{
  text-align: center;
  font-size: 18px;
  color: #111111;
  margin-top: 20px;
}
.honor-mswiper .swiper-slide:hover h3{
  color: #2997d5;
}

.culture{
  padding: 100px 0;
}
.culture-m{
  margin-top: 50px;
}
.culture-m ul{
  display: flex;
  justify-content: space-between;
}
.culture-m ul li{
  width: 15.6%;
  overflow: hidden;
  transition: all 0.4s;
}
.culture-m ul li.on{
  width: 46.5%;
}
.culture-m ul li a{
  display: block;
  position: relative;
}
.culture-txt{
  position: absolute;
  z-index: 66;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  /* left: 50%;
  transform: tr; */
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
.culture-txt h3{
  font-size: 24px;
  font-family: 'HEITI';
  padding: 20px 0;
}
.culture-m ul li.on .culture-txt{
  text-align: left;
  padding-left: 40px;
  top: auto;
  bottom: 40px;
  transform: translateY(0%);
}

.equ{
  background: #fafafa;
  padding: 100px 0;
}
.culture-txt h4{
  line-height: 24px;
  text-align: center;
  padding: 0 30px;
}
.culture-m ul li.on .culture-txt h4{
  text-align: left;
  padding: 0px;
}
.equ-m{
  margin-top: 50px;
}
.equ-mswiper .swiper-slide a{
  position: relative;
}
.equ-mswiper .swiper-slide h3{
  color: #fff;
  position: absolute;
  bottom:23px;
  left: 20px;
}
@media(max-width:1600px){
  .culture-txt h4{
    padding: 0 10px;
  }
}

@media(max-width:991px){
  .in-tit{
    font-size:36px;
  }
  .honor{
    padding: 40px 0;
  }
  .culture-m ul{
    flex-wrap: wrap;
  }
  .culture-m ul li{
    width: 48%;
    margin-bottom: 20px;
  }
  .culture-m ul li.on{
    width: 48%;
  }

}
@media(max-width:600px){
  .culture-m ul li{
    width: 100%;
  }
  .culture-m ul li.on{
    width:100%;
  }
  .culture{
    padding: 50px 0;
  }
  .equ{
    padding: 50px 0;
  }
}

.download{
  padding: 100px 0;
}
.download ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.download ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
.download ul li{
  width: 48%;
  background: #fafafa;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.download ul li:hover{
  background: #2997d5;
  color: #fff;
}
.download ul li:hover a h3{
  color: #fff;
}
.download ul li:hover .download-icon img:last-child{
  display: block;
}
.download ul li:hover .download-icon img:first-child{
  display: none;
}

.download ul li:hover .download-rimg img:last-child{
  display: block;
}
.download ul li:hover .download-rimg img:first-child{
  display: none;
}
.download-l{
  display: flex;
  align-items: center;
}
.download-icon img:last-child{
  display: none;
}
.download-rimg img:last-child{
  display: none;
}
.download ul li h3{
  font-size: 20px;
  color: #000000;
  margin-left: 18px;
}

@media(max-width:1200px){
  .download ul li h3{
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
}

@media(max-width:991px){
  .download ul li{
    width: 100%;
  }
  .download ul li{
    margin-bottom: 20px;
  }
  .download{
    padding: 50px 0;
  }
}

.news{
  padding: 100px 0;
  background: #fafafa;
}
.news-box .hnews-txt{
  background: #fff;
  padding: 30px;
  margin-top: 0;
}
.news-box  .hnews-txt h3{
  font-size: 20px;
}
.news-box ul li{
  margin-bottom: 30px;
}
.news-box ul li:hover h3{
  color: #2997d5;
}
@media(max-width:991px){
  .news{
    padding: 50px 0 0px;
  }
}

.contact-top{
  padding: 100px 0;
}
.tc{
  text-align: center;
}
.contact-top h3{
  margin-bottom: 50px;
}
.contact-top ul li a{
  background: #fafafa;
  padding:60px 60px 40px;
  display: flex;
  border-radius: 20px;
  transition: all 0.4s;
}
.contact-top ul li{
  margin-bottom: 40px;
}
.cont-l img:last-child{
  display: none;
}
.cont-r{
  margin-left: 25px;
}
.cont-r h4{
  font-size: 20px;
  color: #111111;
  font-family: 'HEITI';
  margin-bottom: 10px;
}
.cont-r p{
  height: 48px;
  font-size: 18px;
}
.cont-l{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-ditu img{
  width: 100%;
}
.contact-top ul li:hover a{
  background: #2997d5;
  color: #fff;
}
.contact-top ul li:hover a .cont-r h4{
  color: #fff;
}
.contact-top ul li:hover a .cont-l img:last-child{
  display: block;
} 
.contact-top ul li:hover a .cont-l img:first-child{
  display: none;
} 
.feedback{
  background:#fafafa;
  padding: 100px 0;
}

.feedback ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: space-between;
}
.feedback ul li{
  width: 49%;
  margin-bottom: 30px;
}
.feedback ul li input{
  height: 70px;
  background: #fff;
  border: none;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.feedback ul li input::placeholder{
  font-size: 18px;
  color: #a0a0a0;
}

.feedback ul li textarea{
  height: auto;
  background: #fff;
  border: none;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.feedback ul li textarea::placeholder{
  font-size: 18px;
  color: #a0a0a0;
}
.feedback .last-form{
  width: 100%;
}

.feedback-yzm input{
  height: 70px;
  width: 280px;
  border: 1px solid #eeeeee;
  padding: 0;
  margin: 0;
  /* border-radius: 8px; */
  padding: 0 15px;
}
.feedback-yzm input::placeholder{
  color: #a0a0a0;
} 
.feedback-yzm img{
  padding: 0;
  margin: 0;
  display: block;
}
.feedback-yzm{
  display: flex;
}
.feedback-yzm button{
  background: #2997d5;
  color: #fff;
  width: 250px;
  display: block;
  border: none;
  font-size: 24px;
  margin-left: 20px;
  border-radius: 5px;
}

@media(max-width:1600px){
  .contact-top ul li a{
    padding: 30px;
  }
}
@media(max-width:991px){
  .contact-top{
    padding: 50px 0;
  }
  .contact-top ul li{
    margin-bottom: 20px;
  }
  .feedback{
    padding: 50px 0;
  }
  .feedback-yzm button{
    font-size: 16px;
  }
  .feedback-yzm img{
    width: 20%;
  }
  .feedback ul li{
    width: 100%;
    margin-bottom: 15px;
  }
  
}


.pro{
  padding: 100px 0;
}
.pro-l{
  width: 250px;
}
.pro-box{
  display: flex;
  justify-content: space-between;
}
.pro-r{
  width: calc(100% - 300px);
}
.pro-l ul{
  border: 1px solid #e5e5e5;
}
.pro-l ul li a{
  display: block;
  border-bottom: 1px solid #e5e5e5;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
}
.pro-l ul li:hover a{
  background: #2997d5;
  color: #fff;
}
.pro-l ul li.on a{
  background: #2997d5;
  color: #fff;
}
.pro-r ul li h4{
  background: #fafafa;
  height: 48px;
  line-height: 48px;
  text-align: center;
  transition:  all 0.3s;
}
.pro-r ul li .scale-img{
  border: 2px solid #fafafa;
}
.pro-r ul li{
  margin-bottom: 25px;
}
.pro-r ul li:hover .pro-txt h4{
  background: #2997d5;
  color: #fff;
}

@media(max-width:991px){
  .pro-box{
    display: block;
  }
  .pro-l{
    width: 100%;
  }
  .pro-r{
    width: 100%;
    margin-top: 20px;
  }
  .pro{
    padding:50px 0 0;
  }
}
.prod{
  padding: 100px 0;
}
.prod-top{
  display: flex;
  overflow: hidden;
}
.prod-tl{
  width: 50%;
}
.prod-tr{
  width: 50%;
}
.prod-tlbig li .scale-img{
  border: 1px solid #dcdcdc;
}
.prod-tlbig li {
  display: none;
}
.prod-tlbot{
  margin-top: 18px;
}
.prod-tr{
  padding-left: 80px;
}
.prod-tlswiper .swiper-slide a{
  display: block;
  border: 1px solid #dcdcdc;
}
.prod-tlswiper .swiper-slide a img{
  width: 100%;
}
.prod-trtit h3{
  font-size: 40px;
  font-weight: bold;
  color: #000000;
}
.prod-trtit{
  border-bottom: 1px solid #dcdcdc;
}
.prod-trtit h4{
  padding:30px 0;
}
#content-1{
  height: 210px;
  overflow: hidden;
  margin-top: 20px;
}
.prod-tr-txt{
  padding: 40px 0 100px;
  border-bottom: 1px solid #dcdcdc;
}
.prod-tr-txt h5{
  font-size: 24px;
  font-family: 'HEITI';
  color: #2997d5;
}

#content-1 p{
  position: relative;
  padding-left: 18px;
  line-height: 30px;
}
#content-1 p::after{
  position: absolute;
  width: 7px;
  height: 7px;
  background: #2997d5;
  border-radius: 7px;
  left: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
#content-1 .mCSB_scrollTools .mCSB_draggerRail{
  width: 3px;
}
#content-1 .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  width: 3px;
  background: #2997d5;
}
.prod-trbtn a{
  display: flex;
  width:280px;
  height: 80px;
  align-items: center;
  justify-content: center;
  border: 2px solid #2997d5;
  color: #2997d5;
  font-size: 24px;
}

.prod-trbtn a:hover{
  color: #fff;
  background: #2997d5;
}

.prod-trbtn{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.prod-params img{
  width: 100%;
}
.prod-params{
  margin-top: 50px;
  border-top: 1px solid #dcdcdc;
  padding-top: 50px;
}
.prod-tlswiper .on a{
  border: 2px solid #2997d5;
}

.prod-hotswiper .swiper-slide a h4{
  background: #fafafa;
  height: 48px;
  line-height: 48px;
  text-align: center;
  transition:  all 0.3s;
}
.prod-hotswiper .swiper-slide a .scale-img{
  border: 2px solid #fafafa;
}
.prod-hotswiper .swiper-slide a:hover .pro-txt h4{
  background: #2997d5;
  color: #fff;
}
.prod-hot{
  margin-top: 100px;
}
.prod-hot-tit{
  margin-bottom: 50px;
}
@media(max-width:1600px){
  .prod-tr-txt{
    padding: 40px 0;
  }
  .prod-trbtn a{
    width: 40%;
  }
}

@media(max-width:1400px){
  .prod-tr-txt{
    padding: 40px 0;
  }
  .prod-trtit h4{
    padding: 15px 0;
  }
  .prod-tr-txt{
    padding: 20px 0;
  }
}

@media(max-width:1200px){
  .prod-trbtn a{
    width: 30%;
    font-size: 18px;
    height: 60px;
  }
}

@media(max-width:991px){
  .prod-top{
    display: block; 
  }
  .prod-tl{
    width: 100%;
  }
  .prod-tr{
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  .prod{
    padding: 50px 0;
  }
  .prod-hot{
    margin-top: 40px;
  }
  .prod-trtit h3{
    font-size: 24px;
  }
  .prod-trbtn a{
    font-size: 16px;
  }
  .prod-hot-tit{
    margin-bottom: 30px;
  }
}
.mo {
        display: none;
    }
    @media(max-width:991px) {
        .mo {
            display: block;
        }
        .pc {
            display: none;
        }
    }











    .con-wx ul li .con-wxbox{
      display: flex;
      border: 2px solid #dcdcdc;
      justify-content: space-between;
      padding: 26px;
      border-radius: 0;
      background: none;
      
      /* align-items: center; */
    }
    .con-wx ul li .con-wxbo:hover{
      background: none;
    }
    .con-wxl h5{
      font-size: 24px;
      color: #000000;
      margin-bottom: 28px;
      padding-top: 25px;
    }
    .con-wxltxt p{
      font-size: 18px;
      color: #555555;
      margin-bottom: 5px;
    }
    .con-wxl span{
      font-size: 18px;
      color: #2997d5;
    }
    
    .con-wx ul li:hover h5{
      color: #2997d5;
    }
    @media(max-width:1600px){
      .con-wxltxt{
        height: 70px;
      }
      
      .con-wx ul li .con-wxbox{
        padding: 15px;
      }
      .con-wxl{
        width: 70%;
      }
      .con-wxltxt{
        font-size: 14px;
      }
      .con-wx .col-lg-4{
        width: 48%;
      }
    }
    
    @media(max-width:991px){
      .con-wx .col-lg-4{
        width:100%;
      }
    }

     .cncont{
      display: none;
    }

   .right-side{
      display: none;
    }